Skip to content

Flora Companion is a web app that allows authenticated users to perform CRUD operations on floras and track statistics about them built with React, React Router, Context Api, Tailwind CSS, Daisy UI, Express, MongoDb and NodeJs

Notifications You must be signed in to change notification settings

codedbyEmre/Mern-Flora-Companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Mern Floras Companion

Frontend Stack

React 18
React Router 6
Context Api
Tailwind
Daisy UI
Vite

Backend Stack

Express Js
MongoDb
Node Js
JsonWebToken

Project Setup

Client Side

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Server Side

npm install

After that create an .env file in the server folder with the following entries:

PORT=your port number
MONGO_URI=your mongo db connection string
SECRET=your secret string for jsonWebToken

Compile and Hot-Reload for Development

npm run start

Application Snapshots

1

2

3

4

5

6

7

8

Contributions

Feel free to make contributions! Just create a fresh branch, implement your modifications, and send a pull request.

License

License: MIT
This project is licensed under MIT, for more information please visit this website

About

Flora Companion is a web app that allows authenticated users to perform CRUD operations on floras and track statistics about them built with React, React Router, Context Api, Tailwind CSS, Daisy UI, Express, MongoDb and NodeJs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages