Skip to content

madeby254/Fullstack-App-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Api

To get up and running with this project, run the following commands from the root of the folder /api.

First, install the project's dependencies using npm.

npm install

Second, seed the SQLite database.

npm run seed

And lastly, start the application.

npm start

Testing API

To test the Express server, browse to the URL http://localhost:5000/.

To test and explore application use Postman a popular application for testing REST APIs.

Getting Started with Client

Install the project's dependencies using npm.

npm install

Start the application.

npm start

and open in a browser http://localhost:3000. The page will automatically reload when you make changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published