Skip to content

eldrige/Career-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CareerApp

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.

Development server

Create an env file with the following details

PORT = 3000;
MONGO_URI = mongodb://127.0.0.1/Jongleur
JWT_SECRET =abc123

Import the data by running the command

npm run data:import

To run the application , you will need to install npm packages.

Type

npm run dep

When the installation is complete, you can now run

npm run launch

To open the application in your broswer.

Contributing

To contribute to this project, we use the github-flow method Clone the repository Go to the path of your clone or open your terminal in vs-code Create 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 contributions When done contributing, add and commit your changes, using

git add .

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.

About

App that serves information about different careers in Cameroon, and the possible institutions you can take to follow the career.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published