Skip to content

a-rasin/hirosawa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3

Setup

To install all dependencies run

npm run install

.env files

Create one in the server directory and add a DB property that points to your mongodb uri

DB=mongodb://127.0.0.1:27017/assignment3

Run the app

To run the application run

npm run dev

To build everything:

npm run heroku-postbuild

To start in production mode:

npm run start

To only run the server:

cd server && npm run dev

To only run the client:

cd client && npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published