Skip to content

fitzgeraldkd/going-for-gold-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Going For Gold (Backend)

This is the backend repository for the Going For Gold app. The frontend repository is available here.

Setup

Fork and clone this repo. Then install the dependencies by running:

npm install

Running the Server Locally

To run your server in development mode, run:

npm run dev

While your server is running, you can make requests to http://localhost:4000. Check it out in the browser to make sure your server works!

Seeding Data

If you need to reset the database to its initial state, run npm run seed to reseed the database. This will overwrite all the data in the db.json file, replacing it with the contents of seeds.json.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%