Skip to content

kadirkaang/Exercise-Tracker-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name : Tracker API

Description : This is a simple API to track the user's location and store it in the database.

Installation

  1. Clone the repository
git clone https://github.com/kkg52/freecodecamp-APIProject.git
  1. Install the dependencies
  2. Run the server

Usage

  1. Register a new user
  2. Login with the registered user
  3. Add a new location
  4. View all the locations
  5. View a specific location
  6. Update a location
  7. Delete a location

API Endpoints

  1. Register a new user
POST /api/register
  1. Login with the registered user
POST /api/login
  1. Add a new location
POST /api/locations
  1. View all the locations
GET /api/locations
  1. View a specific location
GET /api/locations/:id
  1. Update a location
PUT /api/locations/:id
  1. Delete a location
DELETE /api/locations/:id

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published