yogasab / express-clean-architecture-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use

  1. Clone this project on your machine.
  2. Run mongo db on your local machine or change the MONGODB_URL in .env file.
  3. Then run npm install
  4. And then run npm run dev
  5. For testing run npm run test
  6. Before running every testing make sure to delete all the keys from Redis, can be done with Redis Client command flushdb (Windows)

Now you can access app on url localhost:5000

Full Documentation

Full Documentation

About


Languages

Language:JavaScript 100.0%