THIS IS THE BACKEND OF upTaskNative PROJECT
Here you can find the SetUp of the DataBase for the maintenance of the react native App upTaskNative. This DataBase was started using apollo studio, and mongoDB.
This project has the next libraryes:
- apollo-server
- graphql
- jsonwebtoken
- mongoose
Don't forget to install all the libraries to run the project
- Inside the "variables.env" the variable DB_MONGO must be changed for your mongoDB link DataBase.
- Don't forget to use
run dev
to start the DataBase server.