🪶RESTAPI for Flossophy using Koa.js and MongoDB.
Explore the docs (!WIP!) »
View Demo (!WIP!)
·
Report Bug
·
Request Feature
Table of Contents
Also uses:
- Nodemailer
- Argon2
- Jsonwebtoken
Following the guide with steps listed below will help you run this application.
- Node.js Latest Version
- MongoDB Locally hosted or Atlas (please look elsewhere for details on how to install them.)
- Clone the repo
git clone https://github.com/lat0s/FlossophyREST.git
-
Navigate to
/app
directory, open a new terminal and write the following commandnpm install
- Create a new empty file named
.env
- Enter the following in
.env
SMTP_SERVICE=<YOUR_SERVICE> SMTP_USER=<YOUR_EMAIL> SMTP_PASS=<YOUR_PASS> EMAIL_FROM=<YOUR_EMAIL> MONGODB_URI=<YOUR_MONGODB_URI>";
- Look here for more information. I personally used Gmail and followed the instructions on the link. If u follow the guide then the password in
SMPT_PASS
should be the one u copied from the App Password. TheSMTP_USER
should be the Gmail address and theSMTP_SERVICE=gmail
.
- Run the application
node app.js
This REST API is intented for usage within the Flossophy Full-Stack Project (!WIP!).
- N/A
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star⭐! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE.txt
for more information.
X - @lat0ss Discord - @lesbiathan
Project Link: https://github.com/lat0s/FlossophyREST