Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 database

3) 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
```