Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arumandesu/itbooks


https://github.com/arumandesu/itbooks

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# IT books

### Description :
Backend server of website IB

---

### Resources and tools used:
- [Visual Studio Code (code editor)](https://code.visualstudio.com)
- [WebStorm (IDE)](https://www.jetbrains.com/ru-ru/webstorm/)
- [Gitkraken (Git GUI)](https://www.gitkraken.com/)
- [MongoDB (Database)](https://www.mongodb.com)
- [Node.js (official site)](https://nodejs.org/en/)
- [Node Package Manager](https://www.npmjs.com)
- [Express (Node.js framework)](https://expressjs.com/ru/)

---
### How to run
```shell
npm run dev
or
npm run start
or
nodemon server.js
```

### .env file
```.dotenv
DB_URL=
ROOT_URL=
MAILER_USERNAME=
MAILER_PASSWORD=
SECRET=
```