Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaichiro/omnistack10-backend
OmniStack10 - backend project
https://github.com/kaichiro/omnistack10-backend
backend insomnia javascript mondodb omnistack-week-10 rocketseat server
Last synced: 21 days ago
JSON representation
OmniStack10 - backend project
- Host: GitHub
- URL: https://github.com/kaichiro/omnistack10-backend
- Owner: kaichiro
- License: mit
- Created: 2020-01-20T11:23:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:19:07.000Z (about 2 years ago)
- Last Synced: 2023-03-03T04:41:46.834Z (almost 2 years ago)
- Topics: backend, insomnia, javascript, mondodb, omnistack-week-10, rocketseat, server
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# OmniStack Week 10 - Backend
---
This project is part of the OmniStack 10 week.
1) Clone this project
```sh
git clone https://github.com/kaichiro/OmniStack10-backend.git
```2) Duplicate **.env.eg** file to **.env** (environment variables)
* MongoDB was used for database3) Project execution options:
* => project runs together nodemon
```sh
yarn dev
```
or
```sh
npm dev
```
* => project runs without nodemon
```sh
yarn server
```
or
```sh
npm server
```