A digital safe deposit box that lets users add items and keep them safe from peepers.
- User signup
- Create a safebox
- Add content to a safebox
- Get the contents in a safebox
- Language -> Javascript (Node.js)
- Backend Framework -> Express
- Database -> Mongodb
- ORM - > Mongoose
- Clone the project
- cd into the project directory
- Install the packages using npm or yarn
$ npm installCreate '.env' file in the root directory and use the '.env.sample' file to configure the necessary configurations or use the defaults.
$ npm run start
# watch mode
$ npm run dev# e2e tests
$ npm run testCheckout the API @ the url below.
APP_PORT is default to 3000 or change it to whatever you set in the .env file.
http://localhost:3000/api/doc
- contact me @ adeyeyetimothy33@gmail.com