Skip to content

geobako/notif-notification-server

Repository files navigation

Appointment Api

Description

To be filled

Usage

Clone repo and run

npm install

Make a .env file according to .example.env and add your own variales if you like Then run :

npm run dev

Development tips

  • Do not forget to checkout to dev branch and create another branch base on dev before adding a new feature

- DO NOT MAKE CHANGES OR PUSH TO THE MASTER OR DEV BRANCH DIRECTLY
  • Always update swagger.json after making changes to any routes

  • Always use the custom error handler to handle errors. For Example:

 throw new CustomError(404, 'hello');

or in a catch block:

catch (err) {
        next(err);
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published