Client
Database
- Read uplifts
- Craete an uplift
- Authenictication *Coming soon
- Profile *Coming soon
Color | Hex |
---|---|
Primary Color | #e2e8f0 |
Secondary Color | #EEEEEE |
Accent Color | #02054B |
Text Color | #4A5568 |
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
This project uses Npm as package manager
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
Install uplift with npm
# Frontend installation
cd uplift/frontend
npm i
To run tests, run the following command
npm test
Clone the project
git clone https://github.com/Tobias2023/task-note.git
Go to the project directory
cd uplift
Install dependencies
npm install
Start the server
npm start
To deploy this project run
npm deploy
- Add FE UI
- Add Testing (Pytest and Jest)
- Add User Authentication
- Add User Profiles
- Pass all test
- Deployment
Contributions are always welcome!
See contributing.md
for ways to get started.
Distributed under the no License. See LICENSE.txt for more information.
Your Name - @TobiasCodes12
Project Link: https://github.com/Tobias2023/uplift