A Secured RESTful API Service for Manga
@Rafase282">
Created by Rafase282
Github | FreeCodeCamp | CodePen | LinkedIn | Portfolio | E-Mail
This is an API created to store crucial information for any manga an authenticated user might read. Wether you want to keep track of the manga you will read, already finished or are currently reading, this microservice will help you get your data together.
In the Future I intend on adding more features but meanwhile the user interface will be separated and this stays as the core backend.
There is an admin account that is declared on the envarioment variables that basically has full access, it must be created and a secure password used. The admin can override any information if needed including passwords. In the future I will implement email services to mail queries, and particularly to allow for password reset if forgotten.
To get started just follow these steps.
git clone https://github.com/Rafase282/Mangadb.git
cd Mangadb && npm install
sudo service mongod start
for Ubuntu users.default-env
and rename it to .env
.If you need help generating the Gmail credentials read this article.
npm run lint
.npm run test
.npm start
.If you want to contribute to the project, feel free to pick any of the open issues and work on them in a new branch and submit a pull request.
If you have any questions not related to any of the open issues, then you can reach me in my or via any of my public contact information.
If you like the project, please start it to receive updates and help make it more noticeable.