Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squishy123/cps530-term-project
Term Project for CPS530
https://github.com/squishy123/cps530-term-project
Last synced: 2 months ago
JSON representation
Term Project for CPS530
- Host: GitHub
- URL: https://github.com/squishy123/cps530-term-project
- Owner: Squishy123
- License: agpl-3.0
- Created: 2019-11-25T21:30:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:04:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:39:17.817Z (3 months ago)
- Language: JavaScript
- Homepage: http://31.220.62.178/
- Size: 15.1 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ronin-starter
## Getting Started
### Install Dependencies
```console
npm install
```### Copy and configure environment variables
```console
cp .env.example .env.dev && cp .env.example .env.prod
```## Starting Development Environment
### Startup MongoDB in Docker Environment
```console
docker-compose up
```### Start development server
```console
npm run dev
```