Skip to content

Praneel-Shivarkar/PRIMETRADE-BACKEND

Repository files navigation

PrimeTrade Backend Assignment

This project is a backend API built using Node.js, Express and PostgreSQL.
It was created as part of the PrimeTrade Backend Developer Intern assignment.

The API allows users to register, login and manage tasks. Authentication is handled using JWT tokens.


Features

  • User registration
  • User login with JWT authentication
  • Protected routes using middleware
  • Create tasks
  • Get tasks
  • Update tasks
  • Delete tasks

Tech Stack

  • Node.js
  • Express.js
  • PostgreSQL
  • JWT (jsonwebtoken)
  • bcryptjs
  • Postman for testing APIs


Installation

  1. Clone the repository

  2. Install dependencies

  3. Configure PostgreSQL database in:

  4. Start the server

Server runs on: http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors