Skip to content

RichardAdler/db-starter-project

 
 

Repository files navigation

Database Starter Project

Getting Started

  • Clone this repo

  • Install the dependencies - npm install

  • Rename .env.example to .env.

  • If you are using Atlas, to host your DB you will need to update the MONGODB_URI=<your database url>. You should place /wine at the end of your connection url (e.g., mongodb+srv://test:<password>@cluster0.x08wt.mongodb.net/wine?retryWrites=true&w=majority)

  • If this is your first time getting started then run the seeder - node seeder

  • Run the project in development mode - npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 69.3%
  • JavaScript 30.2%
  • Shell 0.5%