Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 825 Bytes

Novice

Novice is a simple application which shares one-to-many relationship between students and its mentor, used by a mentor to manage their students.

Prerequisite to run the project

  1. Docker and docker-compose must be installed

Steps to initialize the project

git clone https://github.com/Shreyaschorge/Novice.git
cd Novice
docker-compose up --build

Open http://localhost:3051/signup to view it in your browser

To access the database visit http://localhost:8081

UI