Skip to content

hthm00/biz-everywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biz-everywhere

Backend instructions

  1. Install npm : https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

  2. cd to the project in your terminal

  3. Type in terminal

     npm i
    
  4. Type in terminal

    npx nodemon [file] (npx nodemon index.js)
    
  5. Accept prompts to install necessary packages

  6. Server will run at [http://localhost:3000]

  7. To seed sample data to the server:

    node seeders/business_seeder.js
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published