Made with ❤️ by Seven-Academy-Students for Cameroon
The CareerApp project was built with the intention to allow students find out what is next, as per their careers.The application serves data on the most in careers in Cameroon. Furthermore it provides a lot more of features to discover.
Create an env file with the following details
PORT = 3000;MONGO_URI = mongodb://127.0.0.1/JongleurJWT_SECRET =abc123
Import the data by running the command
To run the application , you will need to install npm packages.
Type
When the installation is complete, you can now run
To open the application in your broswer.
To contribute to this project, we use the github-flow methodClone the repositoryGo to the path of your clone or open your terminal in vs-codeCreate a new branch called feature/what-you-are-working-on using
git checkout -b feature/what-you-are-working-on
You can now update the code with your valuable contributionsWhen done contributing, add and commit your changes, using
and
git commit -m commit-message
Finally push your code online using
git push -u origin feature/what-you-are-working-on
Create a pull request and assign either Honorez or Eric as reviewer.