Coder Social home page Coder Social logo

activities_restapi's Introduction

Activities Register REST Api

This is a project made for study purposes, to create my first CRUD and RestAPI in NodeJS, using Express and MongoDB.

✅ Features

  • Basic User Features.
    • Insert all his basic informations, like your name, email and age.
    • Save profile and banner images, having a visual reference of the user.
    • List all users of the platform.
    • Delete a register.
    • Update a register.
    • Filter a user based in his name.
  • Basic Activities Features.
    • Save a new activity with a description, date and an user associated within it.
    • List all activities of the platform.
    • Delete an activity.
    • Update an activity.
    • Filter the activities based in their descriptions.
    • Filter the activities based in the date or user.

⌨ How To Use

If you just wanna see how this project works, you can enter this url: https://activities-restapi.herokuapp.com/

To run in your PC, follow this steps:

  • First of all, you will need to clone this repository.
  • After that, you need to open the terminal inside the repository folder and run:
  $ npm install
  • Lastly, create a .env file, this file requires this two enviroment variable:
  $ DB_CONNECTION='MONGODB ATLAS CLUSTER LINK'
  $ PORT='PORT TO RUN THE APPLICATION'

🛠 Tecnologies

The following tools where used in the development of this project:

  • JavaScript ES6+
  • NodeJS
    • Express
    • Mongoose
  • MongoDB

💻 Autor

Gabriel Duarte 🧑‍💻

Made with ❤️

👋🏽 Get in touch!

Linkedin Badge Gmail Badge

activities_restapi's People

Contributors

duarte64 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.