BruteForce is an Open Source Discussion platform for Competitive Programmers.
- ReactJs
- NextJs
- PostCSS
- NodeJs
- Express
- MongoDB
- Mongoose
- node
- npm
- mongodb
# Clone this repository
$ git clone https://github.com/BruteForce-CP/BruteForce
# Go into the repository
$ cd BruteForce
# Go into server
$ cd server
# Install mongodb community edition (Skip this step if mongodb is installed)
$ https://docs.mongodb.com/manual/installation/#mongodb-community-edition-installation-tutorials
# Ensure mongodb is up and running
sudo systemctl status mongod
# Install dependencies
$ npm install
# Start the backend server
$ npm run dev
# On another terminal, go to the client folder
$ cd ../client
# Install dependencies
$ npm install
# Use the command below for Android devices
$ npm run dev
This project is made available under the MIT License.