Table of Contents
- Objectives
- About The Project
- Getting Started
- Contributing
- Licence & developed by:
- User registration using Bcrypt.
- User login + token + middleware.
- Admin role verification and permissions middleware.
- CRUD endpoints.
- Implement validations in user and product creation to eliminate possibility of null data fields
- Implement followers
- Ability to like/unlike posts.
ColaboraTech is a social network exclusively for the tech sector that empowers junior talent, connecting young people with experts in technology areas such as UX-UI, Development, Data Science and Cybersecurity. It focuses on collaboration between emerging and established professionals, fostering the creation of projects through dynamic teams and open participation. It recognizes the value of each member by allowing feedback and support for projects under development, cultivating an enriching environment for all.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install express mongoose sequelize bcryptjs jsonwebtoken dotenv swagger-ui-express
Below is an example of how you can instruct your audience on installing and setting up your app.
- Clone the repo
git clone https://github.com/Cocera/ColaboraTech-Social-network
- Install NPM packages
npm install express mongoose sequelize bcryptjs jsonwebtoken dotenv swagger-ui-express
- Ready to start!
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourName
) - Commit your Changes (
git commit -m 'Add some YourName'
) - Push to the Branch (
git push origin feature/YourName
) - Open a Pull Request
Explore the documents »
Report a Bug