A simple boarding house application built using MERN stack, mongoose, bootstrap, axios, and deployed using Heroku. This project is made by Stefan Ferdinand, Ariantoly, and Raksi Ghaly Rianto for our university group project.
To start development we would render the server side and client side seperately using 2 terminals. Below are the steps to start development process.
npm install(server-side initialization)cd clientnpm install(client-side initialization)- go to src > host.js, change host to development
npm start(starting client-side on 1st terminal)- add a new terminal
- go to root project
npm run dev(starting server-side on 2nd terminal)- go to localhost:3000 (default port for client-side)
This project is already deployed using Heroku as a service to host our application. To view the deployment go to https://boarding-house-se.herokuapp.com/