Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 458 Bytes

LangJo

To start server:

cd server - change to the server directory

npm install - to install dependencies

npm run dev - to connect to the server

Models folder contains the database collections schema

controllers folder contains the CRUD operations on database collections

Routes folder contains the different routes/endpoints

to call the videos locally, http://localhost:5000/api/videos/beginners-level will display the videosCollection