Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arumandesu/itbooks
https://github.com/arumandesu/itbooks
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arumandesu/itbooks
- Owner: ARUMANDESU
- Created: 2023-01-29T07:05:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T07:23:03.000Z (almost 2 years ago)
- Last Synced: 2023-04-24T17:00:18.145Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://i-tbooks.vercel.app
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```