IamSwap / express-crud-example

A simple crud example built with Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD with Express.js

A simple crud example built with Express.js

Requirements

Before starting make sure that you have installed & configured Node.js & MongoDB server on your system.

Usage

Clone the repository

git clone git@github.com:IamSwap/express-crud-example.git

Install node modules

cd express-crud-example && npm install

Create your .env file by copying .env.example file.

cp .env.example .env

Then set DATABASE_URL in .env.

DATABASE_URL=mongodb://localhost:27017/contacts

Finally run the app! 🎉

npm run dev

About

A simple crud example built with Express.js


Languages

Language:JavaScript 50.4%Language:HTML 49.6%