The place to research into and share the educational experience
-
Make sure Mongo daemon is running
-
Create a .env file in project root w/ following keys:
-
DATABASE_URL= -
JWT_SECRET=
Example:
-
DATABASE_URL=mongodb://localhost:27017/edureview -
JWT_SECRET=any_secret_here
-
-
Run
npm installin project root -
Run
npm run buildin/clientdirectory -
Navigate to
http://localhost:3000
npm run seed
Seeder .csv file courtesy of Karl Hughes https://github.com/karllhughes/colleges