tlhaeroglu / noteapp-restapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note App with Rest API

ezgif-1-6310670703

Mongodb

  • create mongodb cloud

create .env file in /api

  $git clone https://github.com/tlhaeroglu/noteapp-restapi
  $cd api/
  
  your .env file:
  DATABASE= your database name
  DATABASE_USERNAME= username
  DATABASE_PASSWORD= password

save

npm install
npm start

And go front-end/ click index.html

About


Languages

Language:JavaScript 53.3%Language:HTML 24.7%Language:CSS 22.0%