Skip to content

Nikitagizatulin/simple-api

Repository files navigation

Feedback-form

A Node.js simple project with mongodb

Build Setup

# first what you need - install package dependencies
npm install || yarn

# rename .env.example to .env and pass in this file settings
mv .env.example .env

#if you want get fake data run this
yarn seed || npm run seed

# and start API
yarn start || npm run start

Functionality:

  • CRUD artist

About

simple API with express & mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published