Spring application using mongodb (completed 100% / 100%) - finished
This project was supposed to be something like behance but also with videos. But at the end it was just an example of Spring project.
Database path —- ColorFrontier/src/main/java/com/colorfrontier/MainApp/db/ — you can access it using MongoDBCompass. There will be all the data about the app. For now there are only user data (nickname, password, email, projects etc.). Download this ‘db’ folder and execute cmd command : mongod —dbpath=path to db folder. Then open MongoDBCompass and use default port 27017 to access it.
This project is a great way to learn some common things in Spring. This code has register/login system using mongodb, I store every user in database, every project. It displays data only about exact person in their dashboard, displays each person’s projects.
address: localhost:1337, don’t forget to enable mongod before accessing this url
ColorFrontier/src/main/java/com/colorfrontier/MainApp/ —- folder to all java files. Model files, Controllers, Services
ColorFrontier/src/main/resources/templates/ —- folder to all html files. They are divided into folders ( for example sections folder - contains all website sections like best projects, latest etc.)
Working on project together is awesome! I would really like it. It’s really interesting for me to feel the working environment like on real job.
What is this project:
Resources folder(not src) - has .html and .css files(also images). In Spring structure, I should have .html files in templates folder, and .css in static folder. But I also have .css files in templates folder to make creating site design easier(by opening .html page inn browser, not on localhost). I use Thymeleaf to display information about each user. This is already included in this project in build.gradle.
What am I planning to do:
I hope you’re interested in taking part in development, maybe we will work on this together!