Skip to content

geobako/wepost-api

Repository files navigation

We post Api

Description

Api for we post

Clone repo and run

yarn

Leave .env as it is or change with your own values. Database access is public in mongo atlas cloud Then run :

yarn dev

Docs

To see the api docs , after running the server go to http://localhost:5001/docs

Development tips

  • 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