AlbertStjarne / devcamper-api

Backend for devcamper api application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devcamper API - an API built in Node.js

A backend API for the Devcamper application, a directory of bootcamps.



Usage

Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own.

Instructions to run the application

Run these commands in the project directory:

Install dependencies

$ npm install

Run the application

Starting the application in development mode

$ npm run dev
This should open the application in the browser, otherwise go to:
http://localhost:5000
The page will reload if you make code edits.

Starting the application in production mode
$ npm start

Screenshots

X

Y


Author

About

Backend for devcamper api application


Languages

Language:HTML 87.7%Language:JavaScript 12.3%