Skip to content

Luckny/Conduit-App-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit - Real World App - API

Official API Specifications here

  • Build using NodeJs and Typescript

  • Fully tested with jest

  • Full CRUD + JWT Auth

Required:

Node.Js V19

Installing

Clone the repository to your local machine

git clone https://github.com/Luckny/Conduit-App-Backend.git

Navigate into root of repository

cd Conduit-App-Backend

Install application dependencies

npm install

Create a .env file based on this example:

`PORT=`
`DB_URI=mongodb://localhost:27017/{ChoseName}`
`JWT_SECRET=secret-key`

Run npm start to start the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published