Welcome to yellowboad academy, where you can test your elementary skills or your children can reinforce their elementary knowledge for school.
This app was made for School feel free to download the code, this app was developed in NextJs whit api, some static props and MongoDB. DO NOT CHANGE THE PORT
First of all create a .env file that contains the next variable MONGO_REMOTE=YOUR-MONGODB-CONNECTION/yellowboard
To start using this app you need to run yarn start
in your mongodb shell create an admin user
db.users.insert({
username: 'admin',
name: 'Admin',
lastname: '-',
password: 'admin',
userType: 'a',
mail: 'admin@admin',
url: '/assets/profile/default.png',
direccion: '-',
phone: '-',
birthday: '-',
sta: 1,
courses: [],
updatedAt: {
$date: '2021-11-13T20:02:22.875Z',
},
});
use this user to login in to the app
Remember to create 2 accounts (teacher, student)
if image are not saving some times you need to create the folders go to public an creade the folders public/delivery and public/documents