Project | Technologies | Services Used | Getting Started | How To Use | Features | License
The project delivered along with the request that middleware additions were made so that the routes would work properly. All tests passed.
This project is a template
for a challenge proposed in the NodeJS track of IGNITE (Rocketseat Career Acceleration Program).
The tests were developed by Rocketseat.
This project was developed using these techs:
- GitHub
If you want run this code, you can start cloning the repository using HTTP or SSH key.
-
Open your git
-
Type
git clone
-
Insert the HTTP or SSH key (on windows, shift + insert to paste on gitBash)
-
You can find this HTTP or SSH Key by clicking on
Code
on the top right in this repository -
Once cloned you can open the project in your IDE and enter the codes below in the IDE terminal
yarn
To add the dependencies on the project.
yarn dev
Runs the app in the development mode.
Open http://localhost:3333 to view it in the browser.
You can use Insomnia (or other similar tool) to test the application's routes.
Dependencies
Dev Dependencies
3 - Use Insomnia to test the application's routes or run yarn test
to test application routes with JEST & SuperTest
The main features of the application are:
- Create tasks
- List all tasks
- Update tasks
- Delete tasks
- Turns user into pro user
- It's not possible to create a user with the same username
- It's not possible to list all tasks for a non-existent username
- It's not possible to create a task for a non-existent username
- It's not possible to change the title and deadline of a non-existent task
- It's not possible to mark a non-existent task as done
- It's not possible to delete a non-existent task
- A non-pro user is limited to 10 tasks
This project is under MIT license.
In case of sensitive bugs like security vulnerabilities, please contact [email protected] directly instead of using issue tracker. We value your effort to improve the security and privacy of this project!
Please follow on github and join us! Thanks for visiting me and good coding!
Made with ♥ by Deywerson Pereira