Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 539 Bytes

Rest-API-Backend Demo for a Goal - Tracker App

Functional Backend for CRUD operations using REST API

Implemented :

- REST API

- Databse modelling

- CRUD Operations

- Operations tested on Postman

To be implemented :

- User Authentication using JWT

- Frotnend UI and reqd. connection to backend

- Deployment on Heroku free tier

Tech Stack Used/proposed:

- BackEnd : NodeJS, ExpressJS, MongoDB, Mongoose, bCrypt

- FrontEnd : ReactJS, CSS

- API Testing : Postman