Skip to content

A mock server that I made to use with another project. (simple-quotes-client). Really simple, with Node, Express and Nodemon.

Notifications You must be signed in to change notification settings

andrekubotsu/simple-quotes-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple quotes server

This server is created using the principles and data from another project (https://github.com/celso-henrique/naruto-quotes-server). The original project used Python. I am using Node, Express, Nodemon and CSV parser. It is a mock server!

It has only one route: GET localhost:7000/quotes

It returns a random quote each time it is accessed.

=========================

To execute

  • yarn
  • yarn dev

Important Feel free to use, it has study and/or mock purposes..

About

A mock server that I made to use with another project. (simple-quotes-client). Really simple, with Node, Express and Nodemon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published