Skip to content

rafaelfachinelli/mymoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Money

Repository Size GitHub last commit Developed by Rafael Fachinelli Project License

PreviewAboutTasksRunTechnologiesAuthorLicense


👁️‍🗨️ Preview

🖥️ Computer

Desktop Ultra Wide
Desktop Ultra Wide

ℹ️ About

Description about this project.


📝 Tasks

Click to View
State Task
✔️ Describe your task finished.
Describe your task unfinished.

▶️ Run

To run the project you need to clone or download this repository, have the Node Package Manager (NPM) or the YARN Package Manager installed (YARN).

🌐 Web

Open the command prompt in the project directory, open the example/ folder and execute the following commands:

with npm
# Install dependencies
$ npm install

# Start development server
$ npm start
with yarn
# Install dependencies
$ yarn

# Start development server
$ yarn start

⚠️ The development server will start on port:PORT - Access http://localhost:PORT

🗄️ Server

Open the command prompt in the project directory, open the example/ folder and execute the following commands:

with npm
# Install dependencies
$ npm install

# Start development server
$ npm start
with yarn
# Install dependencies
$ yarn

# Start development server
$ yarn start
💫 API Routes
[POST] Create OBJECT /api/create/OBJECT
[PUT] Update OBJECT /api/update/OBJECT/:id
[GET] Get OBJECT /api/view/OBJECT/:id
[GET] Get All OBJECTS /api/view/OBJECTS
[DEL] Delete OBJECT /api/delete/OBJECT/:id
[DEL] Delete All OBJECTS /api/delete/OBJECTS

⚠️ The development server will start on port:3000 - Access http://localhost:3000


🛠️ Technologies

The following tools is used to build this project:


👦 Author

Author


⚖️ License

Copyright © 2021 Rafael Fachinelli.
This project is licensed by MIT.