Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.37 KB

React,Typescript, HTML, CSS, Nodejs, ExpressJs, MongoDB Assignment

Pre-assignment for Full Stack Program, preview

Login authentification:

If you wish to skip the creating account, and insert sample data, you can use the demo account for the Front-end side with: Username: test@gmail.com Password: test

Requirements:

Docker, docker-compose, npm to run script

Available Scripts

In the project directory, you can run:

make up to run the the app

OR

make up-app to run the front-end

make up-backend to run the backend

make logs to see logs

make into-app to use docker exec

make into-backend to run the backend

make install to install the application

OR

npm i && npm start to run app manually

PREVIEW

Runs the app in the development mode.
Open http://localhost:3000 to view frontend in the browser.

Open http://localhost:4000 to view backend in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.