Skip to content

matheustanaka/crud-challenge

Repository files navigation

CRUD CHALLENGE

Building a REST API using express.

Check the API content: https://crud-challenge-symptoms.herokuapp.com/users

The Front-end is here: https://symptoms-manager.vercel.app/

About the Challenge

You should make a backend implementation using express.

Getting started

    # clone repo
    $ git clone https://github.com/matheustanaka/crud-challenge.git

    # install dependencies
    $ npm install

    # start project
    $ npm run start:dev

    # you can see the project on localhost
    http://localhost:8000/users

About the API

Create a Rest API with 2 models, first User Model and second Medicines Model. The API is basically a simple wallet where you can manage your medicines.

Api

  • GET User
  • POST User
  • PUT User
  • PATCH User
  • DELETE User

Mongodb

  • create connection with mongodb
  • create user model
  • create medicine model

Follow me

If you want to talk with me, please send me a message on Twitter.

Releases

No releases published

Packages

No packages published

Languages