A store management API built with Express and Typescript. This gives APIs from the authentication, authorization, down to the individual entity module.
- [ExpressJs] (https://expressjs.com/)
- [Typescript] (https://www.typescriptlang.org/)
- [PostgreSQL] (https://www.postgresql.org/)
- [TypeORM] (https://typeorm.io/#/)
- Run
git clone https://github.com/devugo/storexplore-server
on your terminal/cmd to pull the project
- Run
yarn install
ornpm install
in your project directory to download all dependencies
- Ensure you have postgreSQL setup on your machine.
- Create a databse with the name
storexplore
or use another name and do change the name on the.env
file. - Ensure your database credentails match what is contain i the
.env.stage.dev
file.
- Run
yarn start
to start up local server to begin using theSTOREXPLORE API
.
Follow the documentation below to see the various endpoints
- docs.