Skip to content

Project developed while attending Advanced Software Development in UTS Spring 2020

Notifications You must be signed in to change notification settings

thonk3/FetchASD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amateur Sausage Deli

Codeship Status for doppeltwirkend/AmatuerSausageDeli


Availiable scripts

install required node_modules

npm install

run the frontend(react) for development

npm run dev-react

run the backend(express) for development

npm run dev-express

Note: nodemon is required to run the dev-react script

to install: npm i -g nodemon

to build and deploy

npm run build
npm run start

Note: A MongoDb connection string is required for the variable ATLAS_URI in express/.env file to run the express server.

About

Project developed while attending Advanced Software Development in UTS Spring 2020

Topics

Resources

Stars

Watchers

Forks

Languages