https://github.com/john-pels/bootcamp-api
REST API for Web Application, which is a bootcamp directory website with Admin routes.
https://github.com/john-pels/bootcamp-api
database expressjs geolocation mapquest mongodb mongoose nodejs rest-api
Last synced: 12 months ago
JSON representation
REST API for Web Application, which is a bootcamp directory website with Admin routes.
- Host: GitHub
- URL: https://github.com/john-pels/bootcamp-api
- Owner: John-pels
- License: mit
- Created: 2024-04-30T05:37:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:27:16.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:13:37.071Z (about 1 year ago)
- Topics: database, expressjs, geolocation, mapquest, mongodb, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 330 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/john-pels/devcamper-api/issues)
[](https://github.com/bamiogunfemi/react-redux-boilerplate/commits/master)
[](https://github.com/john-pels/devcamper-api/)

# Bootcamp-api
> Backend API for Bootcamp Web Application, which is a bootcamp directory website
## Dependencies
In order to run this server, you need to have installed the following dependencies:
1. Node - min v8.15.0
2. NPM - min v5.6.0
or
3. Yarn - min v1.3.2
4. Bash terminal (Default on OSX/Linux, GitBash or similar on Windows)
## Details
### JS
Folder structure:
- `_data/` - default seed data
- `config/` - database configuration and environment variables
- `controllers/` - abstraction controller layer
- `middleware/` - error handling middleware, authentication middleware, logger, and pagination
- `models/` - database schema configuration
- `public/` - documentation web page
- `routes/` - API routes
- `utils/` - utility and helper functions
## Usage
Rename "config/config.env.env" to "config/config.env" and update the settings to your own
## Install dependencies
```
npm instal
```
## Run App
```
# Run in dev mode
npm run dev
# Run in production mode
npm start
```
- Version: 1.0.0
- License: MIT