Skip to content

Angelbaro44/IronPlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IronPlate

Start Server

cd backend/
npm i
nodemon

Start client

cd frontend/
npm i
npm start

Deploy DB

sign in with Atlas.
Get connection string and add it to .env file. MONGDB_URI = ...

Deploy to Heroku

heroku create
git add .
git commit -m 'deploying'
git push
git push heroku master
add convig var for MONGDB_URI in heroku dashboard

Deploy to Netlify

Login to Netlify & Select the repo
In backend/app.js add client url generated by Netlify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.5%
  • CSS 26.3%
  • HTML 7.2%