Skip to content

My sixth project with TripleTen. A simple Backend App used for request and response testing.

Notifications You must be signed in to change notification settings

frederickjodozi/around-express

Repository files navigation

around-express: My sixth project at TripleTen

This is my first Backend project! It consists of a very simple Express.js App that is connected to a MongoDB database to create, read, update and delete data.

Features

The project notably includes:

  • Routes for both user and location data.
  • The use of the most common http methods such as get, post, patch, put and delete.
  • Controllers to modify data.
  • Custom Error codes.
  • Data models using Mongoose Schemas.

Contributions

Since the project has no Frontend interface to interact with, it is not hosted on GitHub Pages.

It can be best used by students beginning their journey in Backend development by being cloned to a local machine and ran on Localhost while using an Api Platform like Postman for testing.

Students should note that they will need to install and connect their own databases to the cloned project to make it work.

Thanks to TripleTen for helping me build the project!

About

My sixth project with TripleTen. A simple Backend App used for request and response testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published