Design and implementaion of application software to connect students around NITC.
- Install latest version of nodejs
- Install latest version of mysql and create a database for the application.
- Complete installation of backend here
- Complete installation of frontend here
- You can now access the website on http://localhost:3000
- Install latest version of docker and docker-compose.
- Set environment variables for Database, Backend, Frontend
- Run
sudo docker-compose up -d
to start the application. - You can now access the website on http://localhost:3000