Skip to content

yojimat/rest-node-api-design-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossFit Training Application

REST API inspired by this a tutorial of freeCodeCamp. A CRUD application for the workouts of the day. The workouts can have tips on how to perform it.
It is a Client-Server-Mode distributed application. Also try to follow these principles when implementing the security part of the API

Architecture

3-layer-architecteture

Installation

Install node.js and npm.

# Clone the repository
$ git clone
$ npm install

Usage

# Run the application
$ npm dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

REST API inspired by a tutorial of freeCodeCamp.

Resources

Stars

Watchers

Forks

Contributors