Skip to content

HackaSoton/backend-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Code from HackaSoton's Backend Workshop

Run locally

API:

cd api
npm ci
npm run dev

Note: You will need mongo installed and running on your machine.

Frontend:

cd react-project
npm ci
npm start

Note: You will need the API running, otherwise the frontend will not work.

Deployment

API:

cd api
npm ci
npm run build
gcloud app deploy

Note: You need to be authenticated to use gcloud commands. Try running gcloud auth login.

Frontend:

cd react-project
npm ci
REACT_APP_API_URL="the url at which you deployed the api" npm run build
netlify deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors