Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

kevinjamesus86/udacity-reactnd-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

styled with prettier

Deploy

API README(s)

MyReads

Readable

Requirements

You'll need Node.js v8.2 [or higher] installed to run this shiz

Install

yarn install

Development server

yarn start:dev

Linting

Get yelled at

yarn lint

Don't get yelled at, have prettier fix everything

yarn lint:fix

ENV

For local development you'll need to create a .env config file in the root of the project that provides the following environment variables. If you don't feel like installing mongodb locally then head on over to https://mlab.com/ and spin up a free tier instance

PORT=3000
NODE_ENV=development
MONGODB_URI=mongodb://127.0.0.1:27017/udacity-reactnd

About

Udacity reactnd server stuff, bruv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published