Welcome to our Programing Camp!
Facebook: https://www.facebook.com/CampamentosEdullka
Instagram: https://www.instagram.com/edullka_camp/
Clone the Repository
git clone https://github.com/Edullka-Platform/edullka-platform.git
cd edullka-platform
Technology | LINK |
---|---|
ReactJS | https://es.reactjs.org/ |
Tailwind CSS | https://tailwindcss.com/ |
Daisy UI | https://daisyui.com/ |
cd frontend
- Installation of libraries
npm install
- Run the project
npm run start
Technology | LINK |
---|---|
Typecript | https://www.typescriptlang.org/ |
Nodejs | https://nodejs.org/es/ |
Mongoose | https://mongoosejs.com/ |
MongoDB | https://www.mongodb.com/es |
Expressjs | https://expressjs.com/ |
Bcrypt | https://github.com/kelektiv/node.bcrypt.js |
cd backend
If you don't have intalled yarn, you can install it with:
npx install yarn
- Installation of libraries
yarn
- Run the project
yarn run start:dev
Method | URI |
---|---|
POST | api/v1/question |